Param3Desc{}CommandName{getMenuItemEnabled}HelpPath{Menus}ReturnValue{bool enabled=}OpenBrace{(}Parameters{handle menu, int item}CloseBrace{)}Description{Retrieves the enabled / disabled status of a menu item.}ReturnDescription{0 if the item is disabled, 1 if the item is enabled.}Param1{menu}Param1Desc{Handle of a menu}Param2{item}Param2Desc{Number of the menu item you want to examine, this is the number you assigned to the item with addMenuItem}